Welcome![Sign In][Sign Up]
Location:
Search - Conjugate gradient method

Search list

[Mathimatics-Numerical algorithmsconjugn

Description: Conjugate gradient method for non-linear equations inC
Platform: | Size: 1024 | Author: 李红 | Hits:

[AI-NN-PRConjugateexamples

Description: 实现共轭梯度法的实例,该算法是一种优化算法,其具体优越性相信用者自知!-achieve conjugate gradient method example, the algorithm is an optimization algorithm, the specific advantages of knowing who to believe!
Platform: | Size: 364544 | Author: 鲤鱼 | Hits:

[Mathimatics-Numerical algorithmsgonge

Description: 本人自编的共轭梯度法。为c源码,已在TC下运行通过。-I directed the conjugate gradient method. C source code for, the TC has run through.
Platform: | Size: 2048 | Author: 陈建春 | Hits:

[Data structsbeseelnetwon

Description: 本人自编的共轭梯度法。为c源码,已在TC下运行通过-I wrote the conjugate gradient method. C-source has been running through TC
Platform: | Size: 197632 | Author: mvcneo | Hits:

[Windows DevelopCG

Description: 基于MPI和OpenMp混合编程的并行共轭梯度法(CG)代码,可供正在学习并行数值计算的同学参考-Based on MPI and OpenMP parallel programming mixed conjugate gradient method (CG) code, for numerical calculation are learning students parallel reference
Platform: | Size: 167936 | Author: sany | Hits:

[Algorithmconjugate

Description: 共轭梯度法,本算法是经过验证了的共轭梯度法,读者在运用到其他方面时需要修改一定的参数-Conjugate gradient method, this algorithm is verified of the conjugate gradient method, readers in the use of other aspects need to modify certain parameters
Platform: | Size: 2048 | Author: 张大莲 | Hits:

[Algorithm1

Description: 共轭梯度法matlab程序newton法M文件-Conjugate gradient method newton method matlab procedures M documents
Platform: | Size: 5120 | Author: sara | Hits:

[Algorithmconjugategradientmethod

Description: 给出了线性方程组矩阵Ax=b在并行预处理共轭梯度法求解过程,绝对有用哟-Gives the matrix of linear equations Ax = b in parallel preconditioning conjugate gradient method for solving process, is absolutely useful to yo
Platform: | Size: 4096 | Author: 张景 | Hits:

[AlgorithmCGandlu

Description: CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
Platform: | Size: 1024 | Author: 佟跃 | Hits:

[Algorithmcode

Description: 共轭梯度的几种方法对标准函数的测试结果比较 附比较结果-Several conjugate gradient method of function test criteria attached to the results of the comparison results
Platform: | Size: 1832960 | Author: 程仕伟 | Hits:

[Linux-Unixgradient(2)

Description: 用c语言写的共轭梯度法程序,程序较为简单,不过运算速度快,准确率高-C language by the conjugate gradient method procedures, the procedures are more straightforward, but computing speed, high accuracy
Platform: | Size: 2048 | Author: wding | Hits:

[AlgorithmPreconditioned_Conjugate_Gradient_Method

Description: 用C语言写的预处理共轭梯度法求解线性方程组的程序-Preconditioned Conjugate Gradient Method with C Language for solving linear system of equations
Platform: | Size: 3072 | Author: Zhu Liyong | Hits:

[OtherConjugate-gradient-method-(fortran)

Description: 使用共轭梯度法解超定方程组的程序,使用fortran语言。本程序亦可用于解适定方程组。-Conjugate gradient method for solving overdetermined equations, the use of fortran language. This procedure can also be posed for the solution equations.
Platform: | Size: 12288 | Author: 智庆全 | Hits:

[matlabconjugate-gradient-method

Description: 利用共轭梯度法求解无约束问题实例。其实现的软件为matlab-Using conjugate gradient method to solve the problem without constraint examples
Platform: | Size: 2048 | Author: selina | Hits:

[AlgorithmConjugate-gradient-method-matlab

Description: 共轭梯度法 SUMT内点法 最速下降法 牛顿法 matlab实现-Conjugate gradient method SUMT interior point method the steepest descent method Newton method matlab
Platform: | Size: 4096 | Author: 雨文 | Hits:

[Otherconjugate-gradient-method

Description: 用共轭梯度法求解系数矩阵为对称正定矩阵的二次函数的最优解-The optimal solution of the quadratic function using the conjugate gradient method for solving the coefficient matrix is symmetric positive definite matrix
Platform: | Size: 19456 | Author: 闫小凡 | Hits:

[source in ebookConjugate-Gradient-Method

Description: 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton' s method is a method, it is only the first derivative information, but to overcome the steepest descent method of slow convergence shortcomings, but also avoid the Newton method needs to be stored and calculate the Hesse matrix and the inverse of the shortcomings of the conjugate gradient method is not only the most useful way to solve the large linear equations, one is also the solution of large-scale nonlinear optimization one of the most effective algorithm.
Platform: | Size: 704512 | Author: | Hits:

[OtherNewton

Description: 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimization problems of several commonly used method of source: variable rotation Act (variable_rotation.m), steepest descent method (steepest_descent.m), as amended Newton (modified_newton.m), conjugate gradient method (conjugate_gradient.m). In addition, coefficient_matrix.m as the objective function coefficients obtained matrix, minval.m function for the minimum calculation, gradient.m for gradient calculation function-Compression bag contains unconstrained optimization problems of several commonly used method of source: variable rotation Act (variable_rotation.m), steepest descent method (steepest_descent.m), as amended Newton (modified_newton.m), conjugate gradient method (conjugate_gradient.m). In addition, coefficient_matrix.m as the objective function coefficients obtained matrix, minval.m function for the minimum calculation, gradient.m for gradient calculation function
Platform: | Size: 1024 | Author: zhuyuanli | Hits:

[source in ebookconjugate-gradient-method

Description: 本代码为《最优化理论与方法》书籍中的共轭梯度法算法的代码,并举了两个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books conjugate gradient method algorithm code, citing two books on the example of the job title, the code in the initial value of the objective function and constraints may need to be changed to to give the desired calculation
Platform: | Size: 5120 | Author: wxq | Hits:

[matlabmatlab Conjugate gradient method

Description: 通过使用matlab求解共轭梯度法和牛顿法。熟悉经典优化方法。(Solve the conjugate gradient method and the Newton method by using matlab. Familiar with the classic optimization method.)
Platform: | Size: 1024 | Author: 亮看世界 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net